transformPoint(double,double) Method
In This Topic
Applies the geometric transform represented by this matrix to a specified point.
Syntax
public PDFPoint transformPoint(
double ,
double
)
|
Parameters
- x
- X coordinate of the point.
- y
- Y coordinate of the point.
Return Value
Transformed point.
See Also